UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 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 AppStore = /*#__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.75 3C19.55 3 21 4.46 21 6.25v11.5c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 0 1 3 17.75V6.25C3 4.45 4.46 3 6.25 3h11.5zM9.37 15.25H7.63l-.07.12-.04.1a.75.75 0 0 0 1.28.74l.06-.08.5-.88zm3.92-5.23-.87 1.5 2.66 4.6.06.09a.75.75 0 0 0 1.28-.74l-.04-.1-.5-.87h.97c.34-.05.6-.31.64-.64l.01-.1v-.1a.75.75 0 0 0-.65-.65h-1.84l-1.72-2.99zm-.03-2.92a.75.75 0 0 0-.97.19l-.05.08-.24.41-.24-.4-.05-.09a.75.75 0 0 0-.87-.24l-.1.05-.09.06a.75.75 0 0 0-.23.86l.04.1.67 1.15L8.95 13h-1.7l-.1.01a.75.75 0 0 0 0 1.49h6.13L12.4 13h-1.73l2.85-4.87.05-.1a.75.75 0 0 0-.32-.93z" })); }); AppStore.displayName = 'AppStore'; export var AppStoreDimensions = { height: 24, width: 24 };