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.08 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.Magnet = 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 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M14 0h-4l1 9a3 3 0 11-6 0l1-9H2L1 9a7 7 0 1014 0l-1-9zm-1.846 13.154c-1.11 1.11-2.585 1.721-4.154 1.721s-3.045-.611-4.154-1.721a5.834 5.834 0 01-1.72-4.095l.564-5.075h1.736l-.55 4.953v.062c0 1.102.429 2.138 1.208 2.917s1.815 1.208 2.917 1.208 2.138-.429 2.917-1.208a4.098 4.098 0 001.208-2.917v-.062l-.007-.062-.543-4.891h1.736l.564 5.075a5.838 5.838 0 01-1.72 4.095z", key: "k0" }))); }); exports.Magnet.displayName = 'Magnet'; exports.MagnetDimensions = { height: 16, width: 16 };