UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 942 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 Lunacy = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.031 6h-6v12h11.996v-6l-5.996 5.996zm6.563 2.309a4.013 4.013 0 01-2.371-2.375 4.03 4.03 0 01-2.375 2.375 4.04 4.04 0 012.375 2.375 4.013 4.013 0 012.37-2.375zM0 9.602c0-3.364 0-5.043.652-6.325A6.044 6.044 0 013.277.652C4.56 0 6.238 0 9.602 0h4.796c3.364 0 5.043 0 6.325.652a6.044 6.044 0 012.625 2.625C24 4.56 24 6.238 24 9.602v4.796c0 3.364 0 5.043-.652 6.325a6.044 6.044 0 01-2.625 2.625C19.44 24 17.762 24 14.398 24H9.602c-3.364 0-5.043 0-6.325-.652a6.044 6.044 0 01-2.625-2.625C0 19.44 0 17.762 0 14.398z" })); exports.default = Lunacy;