iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.35 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 SymbolProperty = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.807 14.975a1.75 1.75 0 01-1.255-.556 1.684 1.684 0 01-.544-1.1A1.72 1.72 0 011.36 12.1C2.568 10.83 4.947 8.45 6.678 6.755a4.257 4.257 0 01.048-3.078 4.095 4.095 0 011.665-1.969 4.259 4.259 0 014.04-.36l.617.268-2.866 2.951 1.255 1.259 2.944-2.877.267.619a4.295 4.295 0 01.04 3.311 4.198 4.198 0 01-.923 1.392 4.27 4.27 0 01-.743.581 4.217 4.217 0 01-3.812.446C8.112 10.41 5.37 13.17 3.89 14.552a1.63 1.63 0 01-1.084.423zm7.938-13.047a3.32 3.32 0 00-1.849.557c-.213.13-.412.284-.591.458a3.321 3.321 0 00-.657 3.733l.135.297-.233.227c-1.738 1.697-4.269 4.22-5.485 5.504a.805.805 0 00.132 1.05.911.911 0 00.298.22c.1.044.209.069.319.072a.694.694 0 00.45-.181c1.573-1.469 4.612-4.539 5.504-5.44l.23-.232.294.135a3.286 3.286 0 003.225-.254 3.33 3.33 0 00.591-.464 3.28 3.28 0 00.964-2.358c0-.215-.021-.43-.064-.642L11.43 7.125 8.879 4.578l2.515-2.59a3.286 3.286 0 00-.65-.06z", fill: "#C5C5C5" }));
exports.default = SymbolProperty;