UNPKG

styled-icons

Version:

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

17 lines (16 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.Dv = 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 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }), React.createElement("path", { d: "M11.608 3H21a1 1 0 011 1v12a1 1 0 01-1 1h-7v-2h6V5h-6.255A6.968 6.968 0 0115 9a6.992 6.992 0 01-3 5.745V21a1 1 0 01-1 1H5a1 1 0 01-1-1v-6.255A7 7 0 1111.608 3zM6 13.584V20h4v-6.416a5.001 5.001 0 10-4 0zM8 12a3 3 0 110-6 3 3 0 010 6zm0-2a1 1 0 100-2 1 1 0 000 2zm9-3h2v2h-2V7zM7 17h2v2H7v-2z", key: "k1" }))); }); exports.Dv.displayName = 'Dv'; exports.DvDimensions = { height: 24, width: 24 };