mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
1 line
1.2 KiB
JSON
1 line
1.2 KiB
JSON
{"ast":null,"code":"import * as React from 'react';\nimport createSvgIcon from '../../utils/createSvgIcon';\n/**\n * @ignore - internal component.\n */\n\nexport default createSvgIcon( /*#__PURE__*/React.createElement(\"path\", {\n d: \"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\n}), 'CheckBox');","map":{"version":3,"sources":["/app/node_modules/@material-ui/core/esm/internal/svg-icons/CheckBox.js"],"names":["React","createSvgIcon","createElement","d"],"mappings":"AAAA,OAAO,KAAKA,KAAZ,MAAuB,OAAvB;AACA,OAAOC,aAAP,MAA0B,2BAA1B;AACA;AACA;AACA;;AAEA,eAAeA,aAAa,EAAE,aAAaD,KAAK,CAACE,aAAN,CAAoB,MAApB,EAA4B;AACrEC,EAAAA,CAAC,EAAE;AADkE,CAA5B,CAAf,EAExB,UAFwB,CAA5B","sourcesContent":["import * as React from 'react';\nimport createSvgIcon from '../../utils/createSvgIcon';\n/**\n * @ignore - internal component.\n */\n\nexport default createSvgIcon( /*#__PURE__*/React.createElement(\"path\", {\n d: \"M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\n}), 'CheckBox');"]},"metadata":{},"sourceType":"module"} |