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.11 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.SpoonKnife = 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: "M3.5 0c-1.657 0-3 1.567-3 3.5 0 1.655.985 3.042 2.308 3.406l-.497 8.096A.931.931 0 003.25 16h.5c.55 0 .972-.449.939-.998l-.497-8.096C5.515 6.541 6.5 5.155 6.5 3.5c0-1.933-1.343-3.5-3-3.5zm10.083 0l-.833 5h-.625l-.417-5h-.417l-.417 5h-.625l-.833-5h-.417v6.5a.5.5 0 00.5.5h1.302l-.491 8.002a.931.931 0 00.939.998h.5c.55 0 .972-.449.939-.998L12.197 7h1.302a.5.5 0 00.5-.5V0h-.417z", key: "k0" }))); }); exports.SpoonKnife.displayName = 'SpoonKnife'; exports.SpoonKnifeDimensions = { height: 16, width: 16 };