UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.17 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var HatGraduation = /*#__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: "M5 17.75v-3.77l4.06 2.66a5.37 5.37 0 0 0 5.88 0L19 13.98v3.77c0 .16-.05.32-.15.45l-.01.02-.02.01v.02a3.4 3.4 0 0 1-.41.43c-.28.27-.7.61-1.25.96A9.7 9.7 0 0 1 12 21a9.7 9.7 0 0 1-5.16-1.36 7.43 7.43 0 0 1-1.68-1.42v-.01a.76.76 0 0 1-.16-.46z" }), /*#__PURE__*/React.createElement("path", { d: "m22.16 10.13-8.04 5.25a3.87 3.87 0 0 1-4.24 0L3 10.88v5.37a.75.75 0 0 1-1.5 0V10c0-.09.02-.17.04-.25a.75.75 0 0 1 .3-.88L9.92 3.7a3.87 3.87 0 0 1 4.18 0l8.06 5.17a.75.75 0 0 1 .01 1.26z" })); }); HatGraduation.displayName = 'HatGraduation'; export var HatGraduationDimensions = { height: 24, width: 24 };