@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
15 lines (11 loc) • 577 B
JavaScript
;
var React = require('react');
var SvgMetafieldsFilledIcon = function SvgMetafieldsFilledIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5.25 5a1 1 0 0 0-1 1v1.5h-.75a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1h-.75v-1.5a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v1.5h-3.5v-1.5a1 1 0 0 0-1-1h-2Z"
}));
};
SvgMetafieldsFilledIcon.displayName = "MetafieldsFilledIcon";
exports.SvgMetafieldsFilledIcon = SvgMetafieldsFilledIcon;