UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 2.71 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 SymbolNamespace = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("g", { clipPath: "url(#clip0)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 2.984V2h-.089c-.313 0-.617.062-.91.185a2.33 2.33 0 00-.775.53 2.23 2.23 0 00-.493.753v.001a3.543 3.543 0 00-.197.83v.002a6.08 6.08 0 00-.025.863c.012.29.018.58.018.869 0 .203-.039.393-.117.572v.001a1.504 1.504 0 01-.765.787 1.376 1.376 0 01-.558.115H2v.984h.09c.195 0 .38.04.556.121l.002.001c.177.078.328.184.454.318l.002.002c.13.13.233.285.308.465v.002c.078.18.117.368.117.566 0 .29-.006.58-.018.869-.012.296-.004.585.024.87v.001c.033.283.1.558.198.824v.001c.105.273.27.524.493.753.224.23.482.407.776.53.292.123.596.185.91.185H6v-.984h-.089c-.2 0-.387-.038-.563-.115a1.613 1.613 0 01-.457-.32 1.659 1.659 0 01-.309-.467c-.073-.18-.11-.37-.11-.573 0-.228.004-.453.011-.672.008-.228.009-.45 0-.665a4.639 4.639 0 00-.055-.64 2.682 2.682 0 00-.167-.609A2.283 2.283 0 003.523 8a2.283 2.283 0 00.738-.955c.078-.192.134-.393.167-.602.033-.21.051-.423.055-.64.009-.22.009-.442 0-.666-.007-.224-.011-.45-.011-.678a1.47 1.47 0 01.876-1.354 1.33 1.33 0 01.563-.121h.09zm4 10.032V14h.09c.313 0 .616-.062.909-.185.293-.123.552-.3.775-.53.223-.23.388-.48.493-.753v-.001c.1-.266.165-.543.198-.83v-.002c.028-.28.037-.567.024-.863-.012-.29-.017-.58-.017-.869 0-.203.039-.393.116-.572v-.001a1.504 1.504 0 01.766-.787c.176-.077.361-.115.557-.115h.09v-.984h-.09c-.195 0-.38-.04-.557-.121l-.001-.001a1.378 1.378 0 01-.455-.318l-.002-.002a1.415 1.415 0 01-.307-.465v-.002a1.407 1.407 0 01-.117-.566c0-.29.005-.58.017-.869a6.19 6.19 0 00-.024-.87v-.001a3.537 3.537 0 00-.197-.824v-.001a2.232 2.232 0 00-.494-.753 2.331 2.331 0 00-.775-.53 2.325 2.325 0 00-.91-.185H10v.984h.09c.2 0 .387.038.563.115.173.082.325.188.456.32.127.134.23.29.309.467.074.18.11.37.11.573 0 .228-.003.452-.011.672-.008.228-.008.45 0 .665.004.222.022.435.055.64.033.214.089.416.168.609a2.285 2.285 0 00.737.955 2.285 2.285 0 00-.737.955 2.689 2.689 0 00-.168.602c-.033.21-.05.423-.055.64-.008.22-.008.442 0 .666.008.224.012.45.012.678a1.471 1.471 0 01-.877 1.354 1.33 1.33 0 01-.563.121H10z", fill: "#424242" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" })))); exports.default = SymbolNamespace;