@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const NoPicture20 = (_a) => {
var { fill, size = '1.25rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M3.75 12a8.25 8.25 0 0 1 13.53-6.34l-2.207 2.206-.72-.72A.5.5 0 0 0 14 7h-4a.5.5 0 0 0-.354.146L8.793 8H7a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .443.497L5.66 17.279A8.217 8.217 0 0 1 3.75 12Zm5.31 4-2.34 2.34A8.25 8.25 0 0 0 18.34 6.72l-1.283 1.283a.5.5 0 0 1 .443.497v7a.5.5 0 0 1-.5.5H9.06ZM12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25ZM9.354 8.854 10.207 8h3.586l.853.854A.5.5 0 0 0 15 9h1.5v6h-9V9H9a.5.5 0 0 0 .354-.146ZM8.5 10.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm3.5 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM9.5 12a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z" })));
};
exports.default = NoPicture20;