UNPKG

styled-icons

Version:

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

16 lines (15 loc) 905 B
"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.Shift = 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: "M10.5 14h-5a.5.5 0 01-.5-.5V8H3a.5.5 0 01-.354-.854l5-5a.5.5 0 01.707 0l5 5a.499.499 0 01-.354.854h-2v5.5a.5.5 0 01-.5.5zM6 13h4V7.5a.5.5 0 01.5-.5h1.293L8 3.207 4.207 7H5.5a.5.5 0 01.5.5V13z", key: "k0" }))); }); exports.Shift.displayName = 'Shift'; exports.ShiftDimensions = { height: 16, width: 16 };