UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 891 B
"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 FontFamily = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2.5 4.5C2.5 3.099 3.599 2 5 2h7.499a.5.5 0 01.001 1H8.692l-.287.855A1887.39 1887.39 0 017.343 7H8.5a.5.5 0 010 1H7.004c-.437 1.285-.84 2.461-1.046 3.039-.322.9-.75 1.447-1.29 1.739-.505.273-1.026.272-1.384.272H3.25a.55.55 0 010-1.1c.392 0 .654-.01.894-.14.22-.119.511-.395.778-1.142.185-.517.532-1.527.92-2.668H4.5a.5.5 0 010-1h1.682a1350.118 1350.118 0 001.18-3.496L7.533 3H5c-.849 0-1.5.651-1.5 1.5a.5.5 0 01-1 0z", fill: "currentColor" })); exports.default = FontFamily;