UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.61 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 Line = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22 10.622c0-4.484-4.516-8.161-10-8.161S2 6.106 2 10.622c0 4 3.548 7.355 8.355 8 .322.032.774.226.87.484.098.226.033.645.033.903 0 0-.129.742-.129.871-.032.226-.194 1 .871.484 1.032-.451 5.742-3.42 7.871-5.806C21.323 14.009 22 12.396 22 10.622zM8.452 12.977a.208.208 0 01-.194.194H5.452c-.033 0-.097-.033-.13-.033-.032-.032-.032-.096-.032-.129V8.622c0-.097.097-.193.194-.193h.677c.097 0 .194.096.194.193v3.452h1.903c.097 0 .194.097.194.193v.71zm1.677 0a.208.208 0 01-.194.194h-.677a.208.208 0 01-.193-.194V8.622c0-.097.096-.193.193-.193h.677c.097 0 .194.096.194.193v4.355zm4.871 0a.208.208 0 01-.194.194H14.098c-.032 0-.032-.033-.032-.033L12 10.428v2.581a.208.208 0 01-.194.194h-.677a.208.208 0 01-.194-.194V8.654c0-.096.097-.193.194-.193h.678l.032.032 2 2.678V8.59c0-.097.096-.194.193-.194h.774c.097 0 .194.097.194.194v4.387zm3.871-3.645a.208.208 0 01-.194.193h-1.903v.742h1.903c.097 0 .194.097.194.194v.677a.208.208 0 01-.194.194h-1.903v.677h1.903c.097 0 .194.097.194.194v.677a.208.208 0 01-.194.194h-2.806c-.032 0-.097-.032-.13-.032-.031-.033-.031-.097-.031-.13V8.559c0-.033.032-.097.032-.13.032-.032.097-.032.129-.032h2.806c.097 0 .194.097.194.194v.742z", fill: "#323544" })); exports.default = Line;