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.5 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.StarOutline = 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: "M16.855 20.966c-.224 0-.443-.05-.646-.146l-.104-.051-4.107-2.343-4.107 2.344-.106.053a1.524 1.524 0 01-1.521-.143 1.505 1.505 0 01-.586-1.509l.957-4.642-1.602-1.457-1.895-1.725-.078-.082a1.503 1.503 0 01-.34-1.492c.173-.524.62-.912 1.16-1.009l.102-.018 4.701-.521 1.946-4.31.06-.11a1.5 1.5 0 011.309-.771c.543 0 1.044.298 1.309.77l.06.112 1.948 4.312 4.701.521.104.017c.539.1.986.486 1.158 1.012.17.521.035 1.098-.34 1.494l-.078.078-3.498 3.184.957 4.632a1.514 1.514 0 01-.59 1.519 1.488 1.488 0 01-.874.281zm-8.149-6.564c-.039.182-.466 2.246-.845 4.082l3.643-2.077a1 1 0 01.99 0l3.643 2.075-.849-4.104a.998.998 0 01.308-.942l3.1-2.822-4.168-.461a1 1 0 01-.801-.584l-1.728-3.821-1.726 3.821c-.146.322-.45.543-.801.584l-4.168.461 3.1 2.822a.995.995 0 01.302.966z", key: "k0" }))); }); exports.StarOutline.displayName = 'StarOutline'; exports.StarOutlineDimensions = { height: 24, width: 24 };