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)

20 lines (16 loc) 904 B
'use strict'; var React = require('react'); var SvgDomainNewIcon = function SvgDomainNewIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "M2.25 2a.75.75 0 0 0-.75.75v9a.75.75 0 0 0 1.5 0v-8.25h10.25a.75.75 0 0 0 0-1.5h-11Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M4 5.25a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-1.25h-9v5h3.25a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75v-9Zm10.5.75v1h-9v-1h9Z" }), /*#__PURE__*/React.createElement("path", { d: "M12.5 14.25a.75.75 0 0 1 .75-.75h1.25v-1.25a.75.75 0 0 1 1.5 0v1.25h1.25a.75.75 0 0 1 0 1.5h-1.25v1.25a.75.75 0 0 1-1.5 0v-1.25h-1.25a.75.75 0 0 1-.75-.75Z" })); }; SvgDomainNewIcon.displayName = "DomainNewIcon"; exports.SvgDomainNewIcon = SvgDomainNewIcon;