UNPKG

styled-icons

Version:

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

14 lines (13 loc) 1.73 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Mnz = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm9.569-10.684c-.132-.788-.394-1.577-.59-2.3l-.59-2.365-1.574-5.914c-.132-.46-.197-.92-.328-1.38-.066-.197-.131-.46-.328-.591-.197-.066-.394-.066-.59-.066h-2.427c-.393 0-.72 0-1.114.066-.328.065-.656.263-.787.591a.316.316 0 00.13.394c.066.066.198 0 .263-.065.066 0 .263-.197.328-.197l3.082 11.367v.066c.066.263.197.525.393.591.132.066.263.132.46.132h3.278c.197.065.46-.066.394-.329zm-7.607 0c-.131-.788-.393-1.577-.59-2.3l-.59-2.365-1.574-5.914c-.131-.46-.197-.92-.328-1.38-.065-.197-.131-.46-.328-.591-.196-.066-.393-.066-.59-.066h-2.427c-.393 0-.72 0-1.114.066-.328.065-.656.263-.787.591a.316.316 0 00.131.394c.066.066.197 0 .263-.065.065 0 .262-.197.328-.197l3.081 11.367v.066c.066.263.197.525.394.591.131.066.262.132.459.132h3.279c.196.065.459-.066.393-.329zm-6.033-2.497l-2.098-8.213c0-.132-.131-.263-.328-.263-.131 0-.262.131-.328.263L6.421 20.987v.132c0 .328.262.657.656.657h3.475a.63.63 0 00.59-.46l.787-2.497zm7.738-.197l-2.295-8.28c0-.13-.131-.196-.262-.196-.132 0-.263.065-.263.197l-.459 1.642 2.295 8.017c.066.131.132.197.263.197.13 0 .196-.066.262-.197l.459-1.38z", key: "k0" }))); }); Mnz.displayName = 'Mnz'; export var MnzDimensions = { height: 32, width: 32 };