UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.81 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const ZeroSize = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.23 2.575a.75.75 0 00-1.46.35l.316 1.314a3.75 3.75 0 01-.448 2.833l-.604.987a9 9 0 00-.665 8.08l2.186 5.393a.75.75 0 001.39-.564L6.76 15.576c-.24-.59-.4-1.2-.483-1.818 1.569.14 2.828.605 3.72 1.056a8.844 8.844 0 011.254.768v5.668a.75.75 0 001.5 0v-5.669l.113-.082c.254-.182.638-.43 1.14-.685a10.257 10.257 0 013.72-1.056 7.492 7.492 0 01-.482 1.818l-2.186 5.392a.75.75 0 001.39.564l2.186-5.393a9 9 0 00-.665-8.08l-.604-.987a3.75 3.75 0 01-.448-2.833l.315-1.314a.75.75 0 10-1.458-.35l-.316 1.314a5.25 5.25 0 00.628 3.966l.03.048c-.217.113-.492.245-.814.377-.857.352-2.022.694-3.299.694-1.277 0-2.442-.342-3.3-.694a9.979 9.979 0 01-.812-.377l.029-.048a5.25 5.25 0 00.628-3.966l-.316-1.314zm2.444 10.9a11.769 11.769 0 00-4.447-1.226c.072-1.06.37-2.104.885-3.059.264.14.609.31 1.02.478.97.398 2.334.806 3.868.806 1.534 0 2.899-.408 3.869-.806.41-.169.755-.338 1.019-.478.516.955.813 1.999.885 3.059-1.877.138-3.384.689-4.447 1.227a10.35 10.35 0 00-1.327.796 10.35 10.35 0 00-1.325-.796z", fill: "#323544" }), React.createElement("path", { d: "M3.28 3.193a.75.75 0 00-1.06 1.061l.97.97-.97.97a.75.75 0 001.06 1.06l1.5-1.5a.75.75 0 000-1.06l-1.5-1.5zM21.78 4.254a.75.75 0 00-1.06-1.06l-1.5 1.5a.75.75 0 000 1.06l1.5 1.5a.75.75 0 101.06-1.06l-.97-.97.97-.97zM12.75 6.723a.75.75 0 10-1.5 0 .75.75 0 001.5 0z", fill: "#323544" })); exports.default = ZeroSize;