UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.11 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 Favro = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.586 1.655a6.623 6.623 0 00-6.62 6.62v.773a7.503 7.503 0 013.31 3.269V8.276a3.302 3.302 0 013.31-3.31A1.66 1.66 0 0013.24 3.31a1.66 1.66 0 00-1.656-1.655zm-9.93 7.448A1.66 1.66 0 000 10.758c0 .91.745 1.655 1.655 1.655a3.302 3.302 0 013.31 3.31v4.966c0 .91.745 1.655 1.655 1.655a1.66 1.66 0 001.655-1.655v-4.966a6.623 6.623 0 00-6.62-6.621zm15.724 0a6.623 6.623 0 00-6.622 6.621 6.623 6.623 0 006.622 6.621 6.583 6.583 0 003.462-.979c.262.58.84.98 1.503.98A1.66 1.66 0 0024 20.69v-9.93a1.66 1.66 0 00-1.655-1.655c-.676 0-1.241.4-1.503.979a6.574 6.574 0 00-3.462-.98zm0 3.311a3.303 3.303 0 013.31 3.31 3.303 3.303 0 01-3.31 3.31 3.302 3.302 0 01-3.31-3.31 3.303 3.303 0 013.31-3.31z" })); exports.default = Favro;