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.35 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.Gift = 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", { d: "M19 8h-2.352c.219-.457.352-.961.352-1.5C17 4.57 15.43 3 13.5 3c-.979 0-1.864.407-2.5 1.058A3.487 3.487 0 008.5 3C6.57 3 5 4.57 5 6.5c0 .539.133 1.043.352 1.5H3a1 1 0 00-1 1v4a1 1 0 001 1v5c0 1.654 1.346 3 3 3h10c1.654 0 3-1.346 3-3v-5a1 1 0 001-1V9a1 1 0 00-1-1zm-1 4h-5v-2h5v2zm-8-5h2v1h-2V7zm2 3v2h-2v-2h2zm1.5-5c.827 0 1.5.673 1.5 1.5S14.327 8 13.5 8a1.43 1.43 0 01-.5-.097V7a.99.99 0 00-.913-.982A1.497 1.497 0 0113.5 5zM7 6.5C7 5.673 7.673 5 8.5 5c.657 0 1.211.428 1.413 1.018A.99.99 0 009 7v.903A1.43 1.43 0 018.5 8C7.673 8 7 7.327 7 6.5zM9 10v2H4v-2h5zM6 20c-.551 0-1-.449-1-1v-6h4v7H6zm4 0v-7h2v7h-2zm6 0h-3v-7h4v6c0 .551-.449 1-1 1z", key: "k0" }))); }); exports.Gift.displayName = 'Gift'; exports.GiftDimensions = { height: 24, width: 24 };