UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 838 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 Pound = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M5.585 20.566a.745.745 0 01-.046-.5.752.752 0 01.59-.554l.018-.003.099-.025a5.062 5.062 0 001.577-.741c.838-.595 1.675-1.609 1.675-3.394v-1.474H6.326a.75.75 0 010-1.5h3.172v-4.15a4.725 4.725 0 119.45 0v.153a.75.75 0 11-1.5 0v-.153a3.225 3.225 0 10-6.45 0v4.15h3.174a.75.75 0 010 1.5h-3.174v1.474c0 1.965-.798 3.29-1.731 4.151h8.963a.75.75 0 010 1.5H6.28a.745.745 0 01-.695-.434z", fill: "#323544" })); exports.default = Pound;