UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.23 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 Exclude = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.412 1H6.589l-.485 2.423-2.055-1.37-1.997 1.995 1.37 2.056L1 6.588v2.824l2.423.484-1.37 2.056 1.996 1.996 2.055-1.37L6.59 15h2.083a4.527 4.527 0 01-.917-1.005h-.342l-.289-1.441a4.478 4.478 0 01-.067-.334l-.116-.583-.763-.316-2.001 1.334-.831-.831L4.68 9.823l-.317-.764-2.358-.471V7.412l2.358-.471.317-.764-1.334-2 .83-.832L6.179 4.68l.763-.316.472-2.358h1.175l.472 2.358.763.316 2-1.334.832.831-1.334 2.001.316.764.583.116c.113.018.224.04.334.067l1.441.288v.342c.38.254.719.563 1.005.917V6.588l-2.422-.484 1.37-2.056-1.996-1.996-2.056 1.37L9.412 1zM8 6a2 2 0 011.875 1.302c-.32.124-.62.283-.9.473a1 1 0 10-1.2 1.2c-.19.279-.349.58-.472.9A2 2 0 018 6zm1.28 2.795a3.5 3.5 0 114.44 5.41 3.5 3.5 0 01-4.44-5.41zM9 11v1h5v-1H9z", fill: "#424242" })); exports.default = Exclude;