# extendify/0.11.1/src/Library/components/icons/library/download.js

Extendify, version 0.11.1. 22 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.11.1/code/src/Library/components/icons/library/download.js
- Raw: https://pluginprobe.com/plugins/extendify/0.11.1/raw/src/Library/components/icons/library/download.js
- Modified: 2022-05-27T00:51:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/0.11.1/code/src/Library/components/icons/library/download.js#L10-L20`.

```javascript
/**
 * WordPress dependencies
 */
import { Path, SVG } from '@wordpress/primitives'

const download = (
    <SVG viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
        <Path
            d="M7.32457 0.907043C3.98785 0.907043 1.2829 3.61199 1.2829 6.94871C1.2829 10.2855 3.98785 12.9904 7.32457 12.9904C10.6613 12.9904 13.3663 10.2855 13.3663 6.94871C13.3663 3.61199 10.6613 0.907043 7.32457 0.907043V0.907043Z"
            stroke="white"
            strokeWidth="1.25"
        />
        <Path
            d="M7.32458 10.0998L4.82458 7.59977M7.32458 10.0998V3.79764V10.0998ZM7.32458 10.0998L9.82458 7.59977L7.32458 10.0998Z"
            stroke="white"
            strokeWidth="1.25"
        />
    </SVG>
)

export default download

```
