UNPKG

aliaset

Version:
33 lines (30 loc) 1.71 kB
/** * **panel left filled** * * @link https://www.iconfinder.com/icons/8686147/ic_fluent_panel_left_filled_icon * @license Attribution 4.0 International (CC BY 4.0) * @type {import('./types').IconSource} */ export const PanelLeftFilled = /* @__PURE__ */ JSON.parse( '{"width":"20","height":"20","fill":"currentColor","viewbox":"0 0 20 20","paths":[{"d":"M4 4C2.89543 4 2 4.89543 2 6V14C2 15.1046 2.89543 16 4 16H16C17.1046 16 18 15.1046 18 14V6C18 4.89543 17.1046 4 16 4H4ZM8 15V5H16C16.5523 5 17 5.44772 17 6V14C17 14.5523 16.5523 15 16 15H8Z"}]}', ) /** * **panel bottom filled** * * @link https://www.iconfinder.com/icons/8686135/ic_fluent_panel_bottom_filled_icon * @license Attribution 4.0 International (CC BY 4.0) * @type {import('./types').IconSource} */ export const PanelBottomFilled = /* @__PURE__ */ JSON.parse( '{"width":"20","height":"20","fill":"currentColor","viewbox":"0 0 20 20","paths":[{"d":"M4 4C2.89543 4 2 4.89543 2 6V14C2 15.1046 2.89543 16 4 16H16C17.1046 16 18 15.1046 18 14V6C18 4.89543 17.1046 4 16 4H4ZM3 6C3 5.44772 3.44772 5 4 5H16C16.5523 5 17 5.44772 17 6V11H3V6Z"}]}', ) /** * **panel separate window filled** * * @link https://www.iconfinder.com/icons/8686167/ic_fluent_panel_separate_window_filled_icon * @license Attribution 4.0 International (CC BY 4.0) * @type {import('./types').IconSource} */ export const PanelSeparateWindowFilled = /* @__PURE__ */ JSON.parse( '{"width":"20","height":"20","fill":"currentColor","viewbox":"0 0 20 20","paths":[{"d":"M4 4C2.89543 4 2 4.89543 2 6V14C2 15.1046 2.89543 16 4 16H16C17.1046 16 18 15.1046 18 14V6C18 4.89543 17.1046 4 16 4H4ZM3 6C3 5.44772 3.44772 5 4 5H16C16.5523 5 17 5.44772 17 6V11H3V6Z"}]}', )