iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.27 kB
JavaScript
;
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 Figma = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.256 8.87a3.742 3.742 0 001.691-3.13A3.746 3.746 0 0015.207 2H8.785a3.746 3.746 0 00-3.74 3.74c0 1.309.675 2.463 1.691 3.13a3.742 3.742 0 000 6.26 3.741 3.741 0 00-1.691 3.13c0 2.065 1.691 3.74 3.764 3.74 2.098 0 3.805-1.7 3.805-3.78v-3.456a3.76 3.76 0 002.52.976h.082a3.746 3.746 0 003.74-3.74 3.768 3.768 0 00-1.7-3.13zm-5.87 9.35a2.575 2.575 0 01-2.577 2.56 2.531 2.531 0 01-2.536-2.52c0-1.39 1.13-2.512 2.512-2.52h2.601v2.48zm0-3.7H8.785A2.516 2.516 0 016.273 12c0-1.39 1.13-2.52 2.52-2.52h2.602v5.04h-.009zm0-6.26H8.785c-1.39 0-2.52-1.13-2.52-2.52 0-1.39 1.13-2.52 2.52-2.52h2.601v5.04zm1.22-5.04h2.601c1.39 0 2.52 1.13 2.52 2.52 0 1.39-1.13 2.52-2.52 2.52h-2.601V3.22zm2.601 11.3h-.08c-1.391 0-2.521-1.13-2.521-2.52 0-1.39 1.13-2.52 2.52-2.52h.082c1.39 0 2.52 1.13 2.52 2.52 0 1.39-1.13 2.52-2.52 2.52z", fill: "#323544" }));
exports.default = Figma;