UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.42 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 Replace = (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: "M3.221 3.739l2.261 2.269L7.7 3.784l-.7-.7-1.012 1.007-.008-1.6a.523.523 0 01.5-.526H8V1H6.48A1.482 1.482 0 005 2.489V4.1L3.927 3.033l-.706.706zm6.67 1.794h.01c.183.311.451.467.806.467.393 0 .706-.168.941-.503.235-.335.352-.78.352-1.333 0-.511-.1-.913-.301-1.207-.201-.295-.488-.442-.86-.442-.405 0-.718.194-.937.581H9.89V1H9v4.919h.89v-.386zm-.015-1.061v-.34c0-.248.059-.448.175-.601a.541.541 0 01.445-.23.49.49 0 01.437.233c.103.154.155.368.155.643 0 .33-.057.587-.17.768a.524.524 0 01-.47.27.495.495 0 01-.411-.211.853.853 0 01-.16-.532zM9 12.769c-.255.154-.625.231-1.107.231-.564 0-1.02-.178-1.37-.533-.348-.355-.523-.813-.523-1.374 0-.648.187-1.158.56-1.53C6.934 9.186 7.434 9 8.06 9c.433 0 .746.06.94.179v.998a1.26 1.26 0 00-.793-.276c-.325 0-.583.1-.774.298-.189.196-.283.468-.283.816 0 .338.09.603.272.797.182.191.431.287.75.287.281 0 .557-.092.827-.276v.946zM4 7L3 8v6l1 1h7l1-1V8l-1-1H4zm0 1h7v6H4V8z", fill: "#424242" })); exports.default = Replace;