UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var LearningApp = /*#__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.5 2H17a2.5 2.5 0 0 1 2.5 2.5v6.81a6.5 6.5 0 0 0-8.19 8.19H4.5a1 1 0 0 0 1 1h6.23c.29.55.65 1.06 1.08 1.5H5.5A2.5 2.5 0 0 1 3 19.5v-15A2.5 2.5 0 0 1 5.5 2zM7 5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H7z" }), /*#__PURE__*/React.createElement("path", { d: "M23 17.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0zm-6.09-2.4 2.81 1.84a.6.6 0 0 1 .28.52c0 .1-.02.2-.07.3a.57.57 0 0 1-.2.22l-2.8 1.92a.64.64 0 0 1-.17.07.55.55 0 0 1-.4-.02.69.69 0 0 1-.18-.13.61.61 0 0 1-.18-.44v-3.76a.62.62 0 0 1 .37-.57.55.55 0 0 1 .55.05z" })); }); LearningApp.displayName = 'LearningApp'; export var LearningAppDimensions = { height: 24, width: 24 };