UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 946 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 Pdm = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.44.418a3.12 3.12 0 013.12 0l7.69 4.44a3.12 3.12 0 011.56 2.702v8.88a3.12 3.12 0 01-1.56 2.702l-7.69 4.44a3.12 3.12 0 01-3.12 0l-7.69-4.44a3.12 3.12 0 01-1.56-2.702V7.56a3.12 3.12 0 011.56-2.702zm3.87 3.315L12.311 2.58a.624.624 0 00-.624 0l-7.69 4.44a.624.624 0 00-.312.54v3.774l10.623-6.133zm2.496 13.643l1.255.725 1.941-1.12a.624.624 0 00.312-.541V7.56a.624.624 0 00-.312-.54l-3.196-1.845zm-2.497-1.441V8.083l-6.8 3.926zM3.686 14.217v2.223c0 .223.119.429.312.54l7.69 4.44a.624.624 0 00.624 0l3.252-1.878-10.55-6.091z" })); exports.default = Pdm;