UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 894 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 ScopeIcon = (props) => React.createElement("svg", { "aria-label": "scope icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.839 11.456a1 1 0 0 1 1.165.543l3.804 8.157a1 1 0 1 1-1.813.845L13 14.577V21a1 1 0 1 1-2 0v-6.423l-2.995 6.424a1 1 0 0 1-1.813-.845l3.803-8.157a1 1 0 0 1 1.166-.543.999.999 0 0 1 1.678 0zM11 10h8V6h-8v4zm-1-6h10a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM8 9h1V7H8v2zM7 5h3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zM5 6h1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z" })); exports.default = ScopeIcon;