UNPKG

@carbon/pictograms-react

Version:

React components for pictograms in digital and software products using the Carbon Design System

33 lines (30 loc) 2.12 kB
/** * Copyright IBM Corp. 2019, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import { _ as _extends } from '../_rollupPluginBabelHelpers-fe323da0.js'; import React from 'react'; import Icon from '../Icon.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path; const MainframeQualitiesOfService = /*#__PURE__*/React.forwardRef(function MainframeQualitiesOfService({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref: ref }, rest), _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M13.254,30.255l-0.509-0.51l1-1\tc0.057-0.057,0.13-0.093,0.21-0.103l7.356-0.913c0.358-0.045,0.697-0.211,0.954-0.467l6.065-6.101c0.411-0.411,0.411-1.08,0-1.492\tc-0.373-0.371-0.967-0.44-1.513,0.021l-6.286,5.135l-0.016-0.02c-0.41,0.346-0.939,0.554-1.517,0.554h-5V24.64h5\tc0.904,0,1.64-0.735,1.64-1.64c0-0.353-0.287-0.64-0.64-0.64h-8c-2.559,0-4.64,2.081-4.64,4.64c0,0.096-0.038,0.188-0.105,0.255\tl-3,3l-0.509-0.51l2.896-2.896C6.722,23.963,9.095,21.64,12,21.64h8c0.75,0,1.36,0.61,1.36,1.36c0,0.077-0.004,0.154-0.012,0.229\tl5.01-4.092c0.267-0.226,0.7-0.498,1.228-0.498c0.473,0,0.918,0.186,1.255,0.521c0.691,0.692,0.69,1.818,0,2.51l-6.066,6.101\tc-0.37,0.369-0.857,0.607-1.374,0.673l-7.233,0.897L13.254,30.255z M16,17.36c-0.001,0-0.002,0-0.003,0H8\tc-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h7.997c0.002,0,0.004,0,0.006,0H24c0.199,0,0.36,0.161,0.36,0.36v16\tc0,0.199-0.161,0.36-0.36,0.36h-7.997C16.002,17.36,16.001,17.36,16,17.36z M16.36,16.64h7.28V9.36h-7.28V16.64z M8.36,16.64h6.771\tL8.36,9.869V16.64z M8.869,9.36l6.771,6.771V9.36H8.869z M16.36,8.64h7.28V1.36h-7.28V8.64z M8.869,8.64h6.771V1.869L8.869,8.64z M8.36,1.36v6.771l6.771-6.771C15.131,1.36,8.36,1.36,8.36,1.36z" })), children); }); export { MainframeQualitiesOfService as default };