UNPKG

@carbon/pictograms-react

Version:

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

35 lines (31 loc) 1.69 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. */ 'use strict'; var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js'); var React = require('react'); var Icon_js = require('../Icon.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path; const Trousers = /*#__PURE__*/React.forwardRef(function Trousers({ children, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._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: "M24,31.36h-6c-0.192,0-0.351-0.151-0.359-0.343L16.657,10.36h-1.313l-0.984,20.658 C14.351,31.209,14.192,31.36,14,31.36H8c-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h16 c0.199,0,0.36,0.161,0.36,0.36v30C24.36,31.199,24.199,31.36,24,31.36z M18.344,30.64h5.296V6.341 c-1.565-0.167-2.813-1.415-2.98-2.981H17.36V8c0,0.199-0.161,0.36-0.36,0.36h-1.64v1.28H17c0.192,0,0.351,0.151,0.359,0.343 L18.344,30.64z M8.36,30.64h5.297L14.64,9.992V3.36h-3.299C11.173,4.926,9.926,6.173,8.36,6.341V30.64z M15.36,7.64h1.28V3.36 h-1.28V7.64z M21.385,3.36c0.159,1.168,1.087,2.096,2.255,2.256V3.36H21.385z M8.36,3.36v2.256c1.168-0.16,2.096-1.087,2.256-2.256 H8.36z M20.36,2.64h3.279V1.36H20.36V2.64z M12.36,2.64h7.28V1.36h-7.28V2.64z M8.36,2.64h3.28V1.36H8.36V2.64z" })), children); }); module.exports = Trousers;