// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_102_1187", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#DCDCDC", "d": "M0 0H16V16H0z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_102_1187)", "fillRule": "evenodd", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.8048 4.5012L10.1654 2.86184C10.0404 2.73682 9.87085 2.66659 9.69404 2.66659H4.66675C4.29856 2.66659 4.00008 2.96506 4.00008 3.33325V12.6666C4.00008 13.0348 4.29856 13.3333 4.66675 13.3333H11.3334C11.7016 13.3333 12.0001 13.0348 12.0001 12.6666V4.97261C12.0001 4.7958 11.9298 4.62623 11.8048 4.5012ZM12.7476 3.55839C13.1227 3.93346 13.3334 4.44217 13.3334 4.97261V12.6666C13.3334 13.7712 12.438 14.6666 11.3334 14.6666H4.66675C3.56218 14.6666 2.66675 13.7712 2.66675 12.6666V3.33325C2.66675 2.22868 3.56218 1.33325 4.66675 1.33325H9.69404C10.2245 1.33325 10.7332 1.54396 11.1082 1.91903L12.7476 3.55839Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M7.33325 3.99984V2.6665H8.66659V3.99984H7.33325ZM7.33325 9.33317V6.6665H8.66659V9.33317H7.33325ZM7.33325 13.3332V11.9998H8.66659V13.3332H7.33325Z" } }] }] }; export var Longitudinal = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'longitudinal', ref: ref, icon: element, })); }); Longitudinal.displayName = 'Longitudinal'; export default Longitudinal; //# sourceMappingURL=longitudinal.js.map