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.05 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Magnet = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "-.125em", iconViewBox: "0 0 512 512" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M164.07 148.1H12a12 12 0 01-12-12v-80a36 36 0 0136-36h104a36 36 0 0136 36v80a11.89 11.89 0 01-11.93 12zm347.93-12V56a36 36 0 00-36-36H372a36 36 0 00-36 36v80a12 12 0 0012 12h152a11.89 11.89 0 0012-11.9zm-164 44a12 12 0 00-12 12v52c0 128.1-160 127.9-160 0v-52a12 12 0 00-12-12H12.1a12 12 0 00-12 12.1c.1 21.4.6 40.3 0 53.3 0 150.6 136.17 246.6 256.75 246.6s255-96 255-246.7c-.6-12.8-.2-33 0-53.2a12 12 0 00-12-12.1z", key: "k0" }))); }); Magnet.displayName = 'Magnet'; export var MagnetDimensions = { height: undefined, width: undefined };