iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 kB
JavaScript
;
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 Block = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.535 4.011a8.839 8.839 0 0 1 2.228 5.87 8.881 8.881 0 0 1-8.881 8.882 8.84 8.84 0 0 1-5.87-2.228l-.003.002-.051-.05a8.946 8.946 0 0 1-.679-.68l-.053-.052.003-.003A8.839 8.839 0 0 1 1 9.882 8.881 8.881 0 0 1 9.882 1c2.253 0 4.304.846 5.87 2.228l.003-.002.051.051c.239.215.466.442.68.68l.052.052-.003.002zM9.882 17.654a7.772 7.772 0 0 0 7.771-7.772c0-1.946-.74-3.704-1.922-5.067L4.815 15.73c1.364 1.182 3.12 1.923 5.067 1.923zm0-15.545A7.771 7.771 0 0 0 2.11 9.882c0 1.946.74 3.703 1.922 5.066L14.948 4.032c-1.363-1.182-3.12-1.923-5.066-1.923z", fill: "#000", fillRule: "evenodd" }));
exports.default = Block;