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.03 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.PowerCord = 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: "M16 4.414L14.586 3l-2.793 2.793-1.586-1.586L13 1.414 11.586 0 8.793 2.793 7 1 5.646 2.353l8 8L15 9l-1.793-1.793L16 4.414zM12.407 10.528L5.472 3.593C3.975 5.388 2.276 8.163 3.45 10.55l-2.066 2.066a1.254 1.254 0 000 1.768l.232.232a1.254 1.254 0 001.768 0L5.45 12.55c2.387 1.174 5.161-.524 6.957-2.022z", key: "k0" }))); }); exports.PowerCord.displayName = 'PowerCord'; exports.PowerCordDimensions = { height: 16, width: 16 };