UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.02 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 UngroupByRefType = (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: "M2.86 1l2.07 2.08-.7.7L3 2.56V7H2V2.55L.79 3.78l-.71-.71L2.15 1h.71zM15 3v4h-4V6H9v1H6V4h3v1h2V3h4zM8 5H7v1h1V5zm6-1h-2v2h2V4zm-3 5h4v4h-4v-2H9v1H6V9h3v1h2V9zm-3 1H7v1h1v-1zm4 2h2v-2h-2v2zm-9 1.45V9H2v4.44L.78 12.22l-.71.7L2.15 15h.7l2.07-2.07-.7-.71L3 13.45z", fill: "#424242" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" })))); exports.default = UngroupByRefType;