iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 794 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 Niconico = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M.479 7.534v12.128A2.021 2.021 0 002.5 21.683h2.389l1.323 2.095a.478.478 0 00.404.22.478.478 0 00.441-.22l1.323-2.095h6.983l1.323 2.095a.478.478 0 00.44.22c.185 0 .332-.073.405-.22l1.323-2.095H21.5a2.021 2.021 0 002.022-2.021V7.534A2.021 2.021 0 0021.5 5.549h-7.68l4.446-4.447L17.164 0l-5.146 5.145L6.8 0 5.697 1.103l4.41 4.41h-7.57A2.021 2.021 0 00.479 7.57z" }));
exports.default = Niconico;