@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 1.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const Popsicle = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:popsicle" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13.5,21.4998351 C13.5,22.3283533 12.8267414,23 12,23 C11.1715729,23 10.5,22.3256778 10.5,21.4998351 L10.5,19 L7.50276013,19 C6.39666625,19 5.5,18.1073772 5.5,17.0049107 L5.5,7.49841309 C5.5,3.90943864 8.40935982,1 12,1 C15.5898509,1 18.5,3.91201649 18.5,7.49841309 L18.5,17.0049107 C18.5,18.1067681 17.6064574,19 16.4972399,19 L13.5,19 L13.5,21.4998351 Z M7.5,17.0049107 C7.5,17.0007808 16.4972399,17 16.4972399,17 C16.5020427,17 16.5,7.49841309 16.5,7.49841309 C16.5,5.01568233 14.4843777,3 12,3 C9.51413016,3 7.5,5.01380735 7.5,7.49841309 L7.5,17.0049107 Z M9.5,7.99703014 C9.5,7.4463856 9.94386482,7 10.5,7 C11.0522847,7 11.5,7.44725688 11.5,7.99703014 L11.5,14.0029699 C11.5,14.5536144 11.0561352,15 10.5,15 C9.94771525,15 9.5,14.5527431 9.5,14.0029699 L9.5,7.99703014 Z M12.5,7.99703014 C12.5,7.4463856 12.9438648,7 13.5,7 C14.0522847,7 14.5,7.44725688 14.5,7.99703014 L14.5,14.0029699 C14.5,14.5536144 14.0561352,15 13.5,15 C12.9477153,15 12.5,14.5527431 12.5,14.0029699 L12.5,7.99703014 Z" }) })));
exports.default = Popsicle;
//# sourceMappingURL=popsicle.js.map