UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.05 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var StyleGuide = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "m17.4 4.72 2.72 10.14a2.75 2.75 0 0 1-1.94 3.37l-6.28 1.68a2.75 2.75 0 0 1-3.37-1.94L5.81 7.83a2.75 2.75 0 0 1 1.95-3.37l6.28-1.68c1.46-.4 2.97.48 3.36 1.94zm-6.43 3.02a1 1 0 1 0-1.94.52 1 1 0 0 0 1.94-.52zM5.8 11.66l1.76 6.57c.19.67.54 1.26 1 1.71l-.44-.02a2.75 2.75 0 0 1-2.6-2.9l.28-5.36zm-.92-1.48-.36 6.8c-.03.7.12 1.36.43 1.94l-.42-.17a2.75 2.75 0 0 1-1.58-3.55l1.93-5.02z" })); }); StyleGuide.displayName = 'StyleGuide'; export var StyleGuideDimensions = { height: 24, width: 24 };