UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

16 lines (12 loc) 1.16 kB
'use strict'; var React = require('react'); var SvgOrganizationFilledIcon = function SvgOrganizationFilledIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M5.25 3.5c-.966 0-1.75.784-1.75 1.75v9.5c0 .966.784 1.75 1.75 1.75h9.5c.966 0 1.75-.784 1.75-1.75v-6c0-.966-.784-1.75-1.75-1.75h-1.5v-1.75c0-.966-.784-1.75-1.75-1.75h-6.25Zm8 5v6.25c0 .085-.006.168-.018.25h1.518c.138 0 .25-.112.25-.25v-6c0-.138-.112-.25-.25-.25h-1.5Zm-6.5.5c-.414 0-.75.336-.75.75s.336.75.75.75h.5c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-.5Zm2 .75c0-.414.336-.75.75-.75h.5c.414 0 .75.336.75.75s-.336.75-.75.75h-.5c-.414 0-.75-.336-.75-.75Zm.75-3.25c-.414 0-.75.336-.75.75s.336.75.75.75h.5c.414 0 .75-.336.75-.75s-.336-.75-.75-.75h-.5Zm-3.5.75c0-.414.336-.75.75-.75h.5c.414 0 .75.336.75.75s-.336.75-.75.75h-.5c-.414 0-.75-.336-.75-.75Zm2 5.5c-.552 0-1 .448-1 1v1.252h2.75v-1.252c0-.552-.448-1-1-1h-.75Z" })); }; SvgOrganizationFilledIcon.displayName = "OrganizationFilledIcon"; exports.SvgOrganizationFilledIcon = SvgOrganizationFilledIcon;