iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 866 B
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 Phosphoricons = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.404.001H3.866a.618.618 0 00-.619.619v15.173A8.217 8.217 0 0011.449 24a.617.617 0 00.618-.619v-6.969h.332a8.204 8.204 0 007.715-5.031 8.216 8.216 0 000-6.349A8.214 8.214 0 0012.399.001h.005zm-1.579 22.736a6.98 6.98 0 01-6.317-6.317h6.317v6.317zm0-9.562L4.869 1.238h5.967l-.011 11.937zm1.579 2h-.331V1.238h.331a6.975 6.975 0 015.016 1.993 6.986 6.986 0 011.546 2.277 6.987 6.987 0 010 5.397 6.975 6.975 0 01-6.562 4.27z" }));
exports.default = Phosphoricons;