iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.16 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 SketchLogo = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.537.827a.375.375 0 00-.074 0l-3.5.35a.375.375 0 00-.266.152L.7 5.425a.373.373 0 00.012.465l6.498 7.898a.375.375 0 00.58 0l6.498-7.898a.374.374 0 00.087-.238V5.65v-.005-.017a.373.373 0 00-.075-.203L11.303 1.33a.375.375 0 00-.266-.152l-3.5-.35zm3.388 4.448v-.023l-.003.023h.003zm.01-.1h2.253l-1.939-2.649-.315 2.649zm-.364-3.291l-2.527-.253 2.13 3.58.397-3.327zm-3.615-.253l-2.527.253.396 3.326 2.13-3.579zm-3.206.895L1.812 5.175h2.254L3.75 2.526zM1.794 6.025l4.965 6.034-2.535-5.992a.301.301 0 01-.015-.042H1.794zm3.357 0L7.5 12.108l2.35-6.083H5.15zm5.64 0a.3.3 0 01-.015.042l-2.535 5.992 4.965-6.034H10.79zM7.5 2.183l1.84 3.092H5.66L7.5 2.183z", fill: "currentColor" }));
exports.default = SketchLogo;