UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Cookie = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-cookie", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M6 7.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0m4.5.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3m-.5 3.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0" }), React.createElement("path", { d: "M8 0a7.96 7.96 0 00-4.075 1.114q-.245.102-.437.28A8 8 0 108 0m3.25 14.201a1.5 1.5 0 00-2.13.71A7 7 0 018 15a6.97 6.97 0 01-3.845-1.15 1.5 1.5 0 10-2.005-2.005A6.97 6.97 0 011 8c0-1.953.8-3.719 2.09-4.989a1.5 1.5 0 102.469-1.574A7 7 0 018 1c1.42 0 2.742.423 3.845 1.15a1.5 1.5 0 102.005 2.005A6.97 6.97 0 0115 8c0 .596-.074 1.174-.214 1.727a1.5 1.5 0 10-1.025 2.25 7 7 0 01-2.51 2.224z" })); exports.default = Cookie;