iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 966 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 Outline = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.081 21.857v.602a1.54 1.54 0 01-2.296 1.341l-9.242-5.198a1.54 1.54 0 01-.785-1.342V6.742c0-.557.3-1.07.785-1.343L12.785.201a1.54 1.54 0 012.296 1.343v.601l1.097-.331a1.54 1.54 0 011.984 1.476v.625l1.349-.169a1.54 1.54 0 011.731 1.529v13.451a1.539 1.539 0 01-1.731 1.528l-1.349-.169v.625a1.54 1.54 0 01-1.984 1.476l-1.097-.329zm0-1.608l1.54.461V3.29l-1.54.463v16.496zm3.081-14.782v13.067l1.54.192V5.275l-1.54.192zM2.758 16.801V7.2v9.601zm1.54-10.059V17.26l9.242 5.199V1.544L4.298 6.742zm1.54 1.023l1.541-.77v10.01l-1.541-.77v-8.47z" }));
exports.default = Outline;