UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

19 lines (15 loc) 1.91 kB
'use strict'; var React = require('react'); var SvgImageAddIcon = function SvgImageAddIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "M9.018 3.5h1.964c.813 0 1.469 0 2 .043.546.045 1.026.14 1.47.366.706.36 1.28.933 1.64 1.639.226.444.32.924.365 1.47.043.531.043 1.187.043 2v.982c0 .414-.336.75-.75.75s-.75-.336-.75-.75v-.95c0-.852 0-1.447-.038-1.91-.037-.453-.107-.714-.207-.911-.216-.424-.56-.768-.984-.984-.197-.1-.458-.17-.912-.207-.462-.037-1.056-.038-1.909-.038h-1.9c-.852 0-1.447 0-1.91.038-.453.037-.714.107-.911.207-.424.216-.768.56-.984.984-.1.197-.17.458-.207.912-.037.462-.038 1.057-.038 1.909v1.39l1.013-1.013c.683-.684 1.791-.684 2.474 0l2.543 2.543c.293.293.293.767 0 1.06-.293.293-.767.293-1.06 0l-2.543-2.543c-.098-.097-.256-.097-.354 0l-2.054 2.055c.005.113.011.218.02.317.036.454.106.715.206.912.216.424.56.768.984.984.197.1.458.17.912.207.462.037 1.057.038 1.909.038h.95c.414 0 .75.336.75.75s-.336.75-.75.75h-.982c-.813 0-1.469 0-2-.043-.546-.045-1.026-.14-1.47-.366-.706-.36-1.28-.933-1.64-1.639-.226-.444-.32-.924-.365-1.47-.015-.184-.024-.382-.03-.597-.015-.077-.017-.156-.006-.234-.007-.348-.007-.736-.007-1.169v-1.964c0-.813 0-1.469.043-2 .045-.546.14-1.026.366-1.47.36-.706.933-1.28 1.639-1.64.444-.226.924-.32 1.47-.365.531-.043 1.187-.043 2-.043Z" }), /*#__PURE__*/React.createElement("path", { d: "M12.5 9c.828 0 1.5-.672 1.5-1.5s-.672-1.5-1.5-1.5-1.5.672-1.5 1.5.672 1.5 1.5 1.5Z" }), /*#__PURE__*/React.createElement("path", { d: "M14.5 11.25c.414 0 .75.336.75.75v1.75h1.75c.414 0 .75.336.75.75s-.336.75-.75.75h-1.75v1.75c0 .414-.336.75-.75.75s-.75-.336-.75-.75v-1.75h-1.75c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h1.75v-1.75c0-.414.336-.75.75-.75Z" })); }; SvgImageAddIcon.displayName = "ImageAddIcon"; exports.SvgImageAddIcon = SvgImageAddIcon;