UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Mln = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", d: "M8.627 20.124l1.36-.786-.178-.309-1.342.775v-7.851l6.82 4.042v11.56L16 28l.714-.445v-11.56l6.819-4.042v7.852l-1.343-.776-.178.31 1.36.785-5.27 3.092v1.729L25 20.885v-10.59L16 5l-9 5.295v10.59l6.899 4.06v-1.73l-5.272-3.091zm7.175-13.31v1.581h.357V6.791l6.66 3.908L16 14.742l-6.82-4.043 6.622-3.885zM16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm-.198-22.594v1.657h.357V9.406h-.357zm0 2.668v1.657l.178.081.179-.08v-1.658h-.357zm5.56 6.45l-1.435-.829-.179.31 1.436.828.178-.309zm-2.265-1.334l-1.436-.828-.159.114-.02.195 1.436.828.179-.309zm-8.46 1.334l.179.31 1.435-.83-.179-.309-1.435.83zm2.266-1.334l.178.31 1.435-.83-.019-.194-.159-.114-1.435.828z", key: "k0" }))); }); exports.Mln.displayName = 'Mln'; exports.MlnDimensions = { height: 32, width: 32 };