UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 620 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 Underline = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.5 2.75a.75.75 0 00-1.5 0v8.75a7.5 7.5 0 0015 0V2.75a.75.75 0 00-1.5 0v8.75a6 6 0 01-12 0V2.75zM5.75 20.5a.75.75 0 000 1.5h13.5a.75.75 0 000-1.5H5.75z", fill: "#323544" })); exports.default = Underline;