UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 850 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 Flatpak = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0c-.556 0-1.111.144-1.61.432l-7.603 4.39a3.217 3.217 0 00-1.61 2.788v8.78c0 1.151.612 2.212 1.61 2.788l7.603 4.39a3.217 3.217 0 003.22 0l7.603-4.39a3.217 3.217 0 001.61-2.788V7.61a3.217 3.217 0 00-1.61-2.788L13.61.432A3.218 3.218 0 0012 0zm0 2.358c.15 0 .299.039.431.115l7.604 4.39c.132.077.24.187.315.316L12 12v9.642a.863.863 0 01-.431-.116l-7.604-4.39a.866.866 0 01-.431-.746V7.61c0-.153.041-.302.116-.43L12 12z" })); exports.default = Flatpak;