styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.2 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Store = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M21.999 8a.997.997 0 00-.143-.515L19.147 2.97A2.01 2.01 0 0017.433 2H6.565c-.698 0-1.355.372-1.714.971L2.142 7.485A.997.997 0 001.999 8c0 1.005.386 1.914 1 2.618V20a1 1 0 001 1h8a1 1 0 001-1v-5h4v5a1 1 0 001 1h2a1 1 0 001-1v-9.382c.614-.704 1-1.613 1-2.618zm-2.016.251A2.002 2.002 0 0117.999 10c-1.103 0-2-.897-2-2 0-.068-.025-.128-.039-.192l.02-.004L15.219 4h2.214l2.55 4.251zm-9.977-.186L10.818 4h2.361l.813 4.065C13.957 9.138 13.079 10 11.999 10s-1.958-.862-1.993-1.935zM6.565 4h2.214l-.76 3.804.02.004c-.015.064-.04.124-.04.192 0 1.103-.897 2-2 2a2.002 2.002 0 01-1.984-1.749L6.565 4zm3.434 12h-4v-3h4v3z", key: "k0" })));
});
Store.displayName = 'Store';
export var StoreDimensions = { height: 24, width: 24 };