iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.27 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 Css3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.232 2.24c0 .134.339 4.05.757 8.705.41 4.646.765 8.59.774 8.759l.027.302 3.605.997L11.99 22l.72-.196 3.588-.988c2.456-.676 2.875-.819 2.91-.97.045-.214 1.558-17.365 1.558-17.65V2H3.232v.24zm14.304 3.783c-.036.214-.267 2.742-.516 5.634-.258 2.884-.472 5.27-.49 5.287-.036.045-4.406 1.255-4.53 1.255-.09 0-2.475-.65-4.104-1.112l-.454-.134-.106-1.175a75.818 75.818 0 00-.16-1.744l-.054-.552h1.113c1.255 0 1.22-.018 1.228.757 0 .195.027.498.053.676l.054.32 1.22.32 1.21.321 1.201-.32c.659-.178 1.21-.33 1.21-.33.01-.008.063-.534.117-1.166.053-.64.115-1.263.142-1.406l.044-.24H7.078l-.045-.205c-.027-.107-.08-.623-.116-1.157l-.062-.952h8.02l.053-.606c.036-.329.089-.836.116-1.121.035-.365.026-.507-.045-.463-.053.027-1.949.027-4.228-.009l-4.138-.053-.054-.632c-.035-.347-.08-.846-.107-1.104L6.42 5.65H17.58l-.044.374z", fill: "#323544" }));
exports.default = Css3;