Lines Matching defs:height
74 'height' => hsc($INPUT->str('height')),
132 if ($params['height']) {
133 $iconify_data['icons'][$icon]['height'] = $params['height'];
138 foreach (array('width', 'height', 'top', 'left', 'inlineHeight', 'inlineTop', 'verticalAlign') as $property) {
152 $height = '1em';
168 $height = $params['width'];
171 if ($params['height']) {
172 $width = $params['height'];
173 $height = $params['height'];
188 $svg = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="%s" height="%s" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24" style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);">%s</svg>';
189 $content = sprintf($svg, $width, $height, $body);