UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.15 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 Fig = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.543 0A4.543 4.543 0 000 4.543v14.914A4.543 4.543 0 004.543 24h14.914A4.543 4.543 0 0024 19.457V4.543A4.543 4.543 0 0019.457 0H4.543zm10.715 2.572h3.086a3.326 3.326 0 01.656.065 3.28 3.28 0 01.898.326c.093.05.181.106.268.164.087.058.172.12.252.186a3.264 3.264 0 01.789.96c.05.093.098.188.139.286a3.21 3.21 0 01.187.61 3.276 3.276 0 01.067.66v12.343a3.276 3.276 0 01-.146.97 3.21 3.21 0 01-.108.3 3.259 3.259 0 01-.301.552 3.28 3.28 0 01-.627.694c-.08.066-.165.127-.252.185a3.242 3.242 0 01-.553.3 3.222 3.222 0 01-1.27.255h-3.085a3.326 3.326 0 01-.658-.065 3.242 3.242 0 01-2.344-1.922 3.222 3.222 0 01-.256-1.27V5.829a3.324 3.324 0 01.393-1.555 3.221 3.221 0 011.04-1.146 3.241 3.241 0 01.553-.3 3.26 3.26 0 011.272-.255z" })); exports.default = Fig;