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)

20 lines (16 loc) 2.08 kB
'use strict'; var React = require('react'); var SvgImageMagicIcon = function SvgImageMagicIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "M10.982 3.5h-1.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 2v1.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 .043h.232c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-.2c-.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-.912l-.006-.08.044-.049 1.8-2.159c.093-.113.264-.12.368-.016l1.226 1.225c.293.293.767.293 1.06 0 .293-.293.293-.767 0-1.06l-1.225-1.226c-.728-.728-1.923-.673-2.582.117l-.723.867v-1.428c0-.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.057-.038 1.909-.038h1.9c.853 0 1.447 0 1.91.038.453.037.714.107.912.207.423.216.767.56.983.984.1.197.17.458.207.912.037.462.038 1.057.038 1.909v.2c0 .414.336.75.75.75s.75-.336.75-.75v-.232c0-.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", { fillRule: "evenodd", d: "M14.746 10.913c-.126-.83-1.316-.846-1.465-.02l-.02.105c-.2 1.115-1.08 1.983-2.198 2.168-.818.136-.835 1.306-.022 1.465l.075.015c1.094.214 1.947 1.071 2.157 2.166l.02.108c.165.86 1.396.86 1.56 0l.016-.082c.212-1.108 1.082-1.973 2.191-2.178.843-.156.79-1.376-.057-1.504-1.157-.176-2.08-1.086-2.257-2.243Zm-.667 4.019c.263-.378.585-.71.954-.983-.391-.269-.735-.602-1.015-.985-.26.361-.577.68-.937.94.388.284.726.631.998 1.028Z" })); }; SvgImageMagicIcon.displayName = "ImageMagicIcon"; exports.SvgImageMagicIcon = SvgImageMagicIcon;